home *** CD-ROM | disk | FTP | other *** search
- object frmWelcome: TfrmWelcome
- Left = 348
- Top = 340
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'FilZip Registration'
- ClientHeight = 265
- ClientWidth = 387
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pcMain: TPageControl
- Left = 0
- Top = 0
- Width = 387
- Height = 265
- ActivePage = tsInfo
- Align = alClient
- Style = tsFlatButtons
- TabOrder = 0
- object tsInfo: TTabSheet
- Caption = 'tsInfo'
- TabVisible = False
- object Panel1: TPanel
- Left = 4
- Top = 2
- Width = 374
- Height = 199
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Email: TURLLabel
- Left = 130
- Top = 160
- Width = 113
- Height = 13
- Caption = 'philipp.engel@filzip.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- URL = 'mailto:philipp.engel@filzip.com'
- MouseOverFont.Charset = DEFAULT_CHARSET
- MouseOverFont.Color = clBlue
- MouseOverFont.Height = -11
- MouseOverFont.Name = 'MS Sans Serif'
- MouseOverFont.Style = [fsUnderline]
- end
- object lWelcome: TLabel
- Left = 6
- Top = 8
- Width = 363
- Height = 145
- AutoSize = False
- Caption = 'lWelcome'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Website: TURLLabel
- Left = 136
- Top = 175
- Width = 101
- Height = 13
- Caption = 'http://www.filzip.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- URL = 'http://www.filzip.com'
- MouseOverFont.Charset = DEFAULT_CHARSET
- MouseOverFont.Color = clBlue
- MouseOverFont.Height = -11
- MouseOverFont.Name = 'MS Sans Serif'
- MouseOverFont.Style = [fsUnderline]
- end
- end
- object cbWontRegister: TCheckBox
- Left = 4
- Top = 205
- Width = 374
- Height = 17
- Caption =
- '&Ich habe keinen Internetanschluss oder will mich nicht registri' +
- 'eren'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object btnContinue: TButton
- Left = 304
- Top = 226
- Width = 75
- Height = 25
- Caption = '&Weiter'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = btnContinueClick
- end
- object btnRegister: TButton
- Left = 209
- Top = 226
- Width = 89
- Height = 25
- Caption = '&Registrieren'
- Default = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = btnRegisterClick
- end
- end
- object tsRegister: TTabSheet
- Caption = 'tsRegister'
- ImageIndex = 1
- TabVisible = False
- object lRegInfo: TLabel
- Left = 4
- Top = 128
- Width = 373
- Height = 89
- AutoSize = False
- Caption = 'lRegInfo'
- WordWrap = True
- end
- object gbRegData: TGroupBox
- Left = 4
- Top = 0
- Width = 372
- Height = 121
- Caption = 'gbRegData'
- TabOrder = 0
- object lRegName: TLabel
- Left = 8
- Top = 24
- Width = 50
- Height = 13
- Caption = 'lRegName'
- end
- object lRegEmail: TLabel
- Left = 8
- Top = 54
- Width = 47
- Height = 13
- Caption = 'lRegEmail'
- end
- object lRegVersion: TLabel
- Left = 8
- Top = 92
- Width = 57
- Height = 13
- Caption = 'lRegVersion'
- end
- object lRegLanguage: TLabel
- Left = 184
- Top = 92
- Width = 70
- Height = 13
- Caption = 'lRegLanguage'
- end
- object edRegName: TEdit
- Left = 88
- Top = 20
- Width = 273
- Height = 21
- TabOrder = 0
- end
- object edRegEmail: TEdit
- Left = 88
- Top = 50
- Width = 273
- Height = 21
- TabOrder = 1
- end
- object edRegVersion: TEdit
- Left = 88
- Top = 88
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 2
- end
- object edRegLanguage: TEdit
- Left = 256
- Top = 88
- Width = 105
- Height = 21
- ReadOnly = True
- TabOrder = 3
- end
- end
- object btnSend: TButton
- Left = 192
- Top = 228
- Width = 107
- Height = 25
- Caption = 'btnSend'
- Default = True
- TabOrder = 1
- OnClick = btnSendClick
- end
- object btnBack: TButton
- Left = 304
- Top = 228
- Width = 75
- Height = 25
- Caption = 'btnBack'
- TabOrder = 2
- OnClick = btnBackClick
- end
- end
- object tsRegSucc: TTabSheet
- Caption = 'tsRegSucc'
- ImageIndex = 2
- TabVisible = False
- object lRegStatus: TLabel
- Left = 2
- Top = 83
- Width = 375
- Height = 62
- Alignment = taCenter
- AutoSize = False
- Caption = 'lRegStatus'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object btnRegSuccess: TButton
- Left = 296
- Top = 228
- Width = 81
- Height = 25
- Caption = 'btnRegSuccess'
- TabOrder = 0
- OnClick = btnRegSuccessClick
- end
- end
- end
- end
-